projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8693cc
)
tests: Plug a memory leak
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Mar 2021 01:13:25 +0000
(21:13 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Mar 2021 01:13:25 +0000
(21:13 -0400)
testsuite/gtk/bitset.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/bitset.c
b/testsuite/gtk/bitset.c
index 110dc1401ebd34672e5632da3070e112473ff33c..2c01912317f0d322f46622bc3062352773d9d8d6 100644
(file)
--- a/
testsuite/gtk/bitset.c
+++ b/
testsuite/gtk/bitset.c
@@
-553,6
+553,9
@@
test_splice_overflow (void)
compare = gtk_bitset_new_range (16, 1);
g_assert_true (gtk_bitset_equals (set, compare));
+
+ gtk_bitset_unref (compare);
+ gtk_bitset_unref (set);
}
int